home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib7
/
v_09_08
/
9n08083a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
319 b
|
18 lines
statement:
statement
FAIL( expression );
RETRY;
exception-handling-statement
exception-handling-statement:
BEGIN_TRY try-clause END_TRY;
BEGIN_TRY try-clause FAIL_TRY fail-clause END_TRY;
try-clause:
statement
fail-clause:
statement